home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / arachne.igz / arachne.img / LEVEL0 / UTILS.CAB / bin / wbat.ini < prev   
INI File  |  2002-01-29  |  2KB  |  36 lines

  1. ;               WBAT INI file   (semicolon for comments)
  2. [general]                       ;1/0 for on/off
  3. BlinkMode=0                     ;off recommended (see below)
  4. ELvar=1                         ;SET ?=box exit code (errorlevel)
  5. rightESC=1                      ;ESC by right mouse click outside box
  6. ESCinput=0                      ;on ESC: 1=do not discard input
  7. ErrorPause=1                    ;Halt on errors (errorlevel 255)
  8. KeybFlush=0                     ;flush keyboard buffer before box display
  9. DragAnim=1                      ;box drag animation (1 is default)
  10. BoxFrame="         "            ;3*3 pattern, example: "┌─┐│ │└─┘"
  11. CheckSymbol="x"         ;or 251 ;(checkbox) decimal code or quoted char
  12. RadioSymbol="*"         ;or 254 ;(radio buttons) decimal or quoted char
  13. SourceFile=WBAT.TXT             ;default source file name for layouts
  14. PalFile=+PAL.INI                ;color palette (command: wbat pal)
  15. FontFile=+SANSERIF.FNT          ;font file (command: wbat font)
  16.                                 ;("+" means: in directory of WBAT.COM)
  17. [color]
  18. Screen=   black on +green       ;default for CLS and FILL
  19. TextHi=   red on +green         ;screen text hilite (~~)
  20. TextTitle=+white on magenta     ;screen text title (#)
  21. Box=      black on +white       ;default for box/menu/list
  22. BoxHi=    red on +white         ;box text hilite
  23. Divider=  cyan                  ;dividers in box (char "─", code 196)
  24. Shadow=   +black                ;box shadow (NONE: no shadow)
  25. BoxTitle= +white on blue        ;box title
  26. Bar=      +white on +red        ;active control element
  27. Button=   black on white        ;control elements
  28. HotKey=   red                   ;hotkey character (background optional)
  29.                                 ;NONE turns off hotkey functionality
  30. ;notes
  31. ;colors:      black,red,green,blue,brown,cyan,magenta,white
  32. ;optional:    bright/light or "+" character
  33. ;             yellow = bright brown, grey/gray = (normal) white
  34. ;Blinkmode=1 shows blinking characters instead of bright background.
  35. ;By deault blinking is turned off. No blinking in GUI mode anyhow.
  36.